home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 49 / PCPP49a.iso / editors / sofsdk / SoF SDK.msi / _479553F855CA4DF089CDDB9F023C965B < prev    next >
Encoding:
Text File  |  2000-03-27  |  427 b   |  22 lines

  1. // Generic double use script
  2.  
  3. #include "../common/header.ds"
  4. output "p:/base/ds/common"
  5.  
  6. /////////////////////////////////////////////////////////////
  7. // Define
  8.  
  9. parameter entity e_target    // Entity to use twice
  10.  
  11. /////////////////////////////////////////////////////////////
  12. // Action
  13.  
  14. use entity e_target
  15. use entity e_target
  16.  
  17. /////////////////////////////////////////////////////////////
  18. // Cleanup
  19.  
  20. exit
  21.  
  22.